<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "jason.min.css";
@import "swiper.min.css";
@import "iconfont.css";
.com-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.com-btn {
  font-family: "Oswald";
  color: #fff;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.com-btn.theme-red {
  background-color: #E83928;
}
.com-btn.theme-red:hover {
  background-color: #F5A200;
}
.com-btn.theme-yellow {
  background-color: #F5A200;
  color: #000000;
}
.com-btn.theme-yellow:hover {
  background-color: #E83928;
  color: #fff;
}
.com-input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #A7A7A7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.com-index-title {
  text-align: center;
  color: #000;
  margin: 75px 0 30px 0;
}
.com-index-title h4 {
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.com-index-title span.c {
  color: #F5A200;
}
.com-index-title img {
  position: absolute;
  right: 103%;
  bottom: 98%;
  width: 15px;
}
.com-caption h4 {
  color: #000;
  white-space: nowrap;
}
.com-caption .line {
  display: block;
  width: 65px;
  height: 1px;
  background-color: #000;
}
.com-hint-banner {
  height: 275px;
  color: #fff;
  margin-top: 20px;
}
.com-hint-banner &gt; div {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.com-hint-banner h5 {
  font-size: 35px;
}
.com-hint-banner .l {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}
.com-hint-banner.content {
  height: 205px;
}
.com-title-path {
  position: relative;
  margin-top: 35px;
  margin: 35px 0;
}
.com-title-path h4 {
  font-size: 30px;
  color: #000;
}
.com-title-path .path {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.com-title-path .path a:hover {
  color: #363636;
}
.com-news .row {
  margin: 0 -17px;
}
.com-news .row &gt; div {
  padding: 0 17px;
}
.com-news a {
  text-align: left;
  display: block;
  padding: 25px 0 35px 0;
  border-top: 1px solid #D6D6D6;
  border-bottom: 3px solid #D6D6D6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.com-news a:hover,
.com-news a.hover {
  border-bottom-color: #E83928;
}
.com-news .head {
  margin-bottom: 25px;
}
.com-news .time {
  font-size: 16px;
  line-height: 20px;
}
.com-news .where {
  font-size: 14px;
  color: #F5A200;
  padding: 3px 0 3px 20px;
  border-left: 1px solid #D4D4D4;
}
.com-news .news-caption {
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
}
.com-news p {
  font-size: 14px;
  line-height: 140%;
}
.com-page {
  background-color: #E8E8E8;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
.com-page a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin: 0 2px;
  background-color: #fff;
}
.com-page a:hover,
.com-page a.hover {
  background-color: #E83928;
  color: #fff;
}
.news-content__text{
	line-height:30px;
	}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 12px;

  }
  .com-index-title {
    margin: 20px 0 10px 0;
  }
  .com-index-title h4 {
    font-size: 20px;
  }
  .com-index-title img {
    bottom: 70%;
  }
  .com-caption h4 {
    font-size: 18px !important;
  }
  .com-hint-banner,
  .com-hint-banner.content {
    height: 100px;
    margin-top: 10px;
  }
  .com-hint-banner h5,
  .com-hint-banner.content h5 {
    font-size: 20px;
  }
  .com-news .row {
    margin: 0 -5px;
  }
  .com-news .row &gt; div {
    padding: 0 5px;
  }
  .com-news .row &gt; div:not(:last-child) {
    margin-bottom: 10px;
  }
  .com-news a {
    padding: 20px 10px;
  }
  .com-news .head,
  .com-news .news-caption {
    margin-bottom: 10px;
  }
  .com-title-path {
    margin: 15px 0;
  }
  .com-title-path h4 {
    font-size: 24px;
  }
  .com-title-path .path {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 8px;
  }
  .com-page {
    margin: 0;
  }
  .news-content__text{
	line-height:20px;
	}
}
html,
body {
  overflow-X: hidden;
}
body {
  color: #737373;
  padding-top: 155px;
}
@font-face {
  font-family: "Oswald";
  src: url(../style/Oswald-webfont.ttf), url(../style/Oswald-webfont.eot);
}
h1,
h2,
h3,
h4,
h5,
.nav {
  font-family: "Oswald";
}
.swiper-container {
  height: 100%;
  cursor: pointer;
}
#wrapper {
  overflow: hidden;
  -ms-touch-action: none;
}
#scroller {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
header {
  background-color: #fff;
  position: fixed;
}
header .hello {
  background-color: #EBEBEB;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
}
header .hello p {
  font-size: 14px;
}
header .hello li {
  font-size: 13px;
  border-left: 1px solid #CDCDCD;
  padding: 0 5px;
  height: 40px;
    line-height: 40px;
}
header .hello i {
  /*margin-right: 5px;
  color: #000;
  vertical-align: top;*/
   font-family: "Oswald";
    font-style: normal;
}
header .hello .icon-email {
  font-size: 12px;
}
header .hello .icon-tel {
  font-size: 22px;
  position: relative;
  top: 2px;
}
header .logo-or-nav {
  height: 115px;
  position: relative;
}
header .logo-or-nav:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DBDBDB;
  z-index: 1;
}
header .logo {
  display: block;
}
header .logo img {
  margin: 0!important;
  width: 360px;
}
header .nav {
  color: #000;
  font-size: 20px;
  height: 100%;
}
header .nav .nav-list &gt; li {
  position: relative;
  z-index: 3;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
header .nav .nav-list &gt; li &gt; a {
  padding: 0 15px;
  margin: 10 5px;
  position: relative;
  background-color: #fff;
}
header #followLine {
  height: 5px;
  width: 0;
  background-color:#EF4D4D;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
header #followLine:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #fff;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .hamburger {
  margin-right: 20px;
}
header.header .son-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 35px;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Arial, 'Microsoft YaHei', 黑体, 宋体, sans-serif;
}
header.header .son-list a {
  padding: 0 20px;
  white-space: nowrap;
  background-color: #CAC8C8;
  color: #000;
}
header.header .son-list a:hover,
header.header .son-list a.hover {
  background-color: #EF4D4D;
  color: #fff;
}
footer {
  color: #b4b4b4;
  font-size: 14px;
  margin-top: 30px;
}
footer h3,
footer h4,
footer .all {
  color: #e4e4e4;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
footer h3,
footer h4 {
  font-size: 17px;
}
footer .link {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #6E6E6E;
}
footer .link .row {
  margin: 0 -10px;
}
footer .link .row &gt; div {
  padding: 0 10px;
  width: 20%;
}
footer .link h3 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B0B0B0;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
footer .link li {
  margin-bottom: 8px;
}
footer .link i {
  margin-right: 10px;
  position: relative;
  left: 0;
  top: 2px;
}
footer .link .last {
  border-bottom: 1px solid #B0B0B0;
  padding-bottom: 10px;
}
footer .link .last i {
  opacity: 0;
}
footer .link .all i {
  color: #AEAEAE;
}
footer .link a:hover {
  color: #fff;
}
footer .link a:hover i {
  color: #fff;
  left: 2px;
}
footer .addr {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #3C3C3C;
}
footer .addr .code2 {
  margin-left: -24px;
}
footer .addr .code2 p {
  margin-top: 10px;
}
footer .addr h3 {
  margin-bottom: 15px;
}
footer .addr h3 ~ p {
  line-height: 170%;
  float: left;
    margin-right: 10px;
	text-align:left;
}
footer .addr .follow a {
  display: inline-block;
  margin-right: 5px;
}
footer .addr .us,
footer .addr .follow {
  padding-left: 20px;
}
footer .footer-bottom {
  color: #848484;
  background-color: #181818;
  padding: 20px 0;
}
footer .footer-bottom ul li:not(:first-child) {
  border-left: 1px solid #848484;
}
footer .footer-bottom a {
  padding: 0 4px;
}
footer .footer-bottom a:hover,
footer .footer-bottom a.hover {
  color: #fff;
}
aside {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 36%;
}
aside a {
  color: #fff;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  margin-bottom: 1px;
  opacity: 1;
}
aside a:hover {
  opacity: 0.6;
}
aside i.iconfont {
  font-size: 30px;
}
aside .qq {
  background-color: #F5A100;
}
aside .skype {
  background-color: #3FADD5;
}
aside .weixin {
  background-color: #3FD56D;
  position: relative;
}
aside .weixin img {
  position: absolute;
  top: 0;
  right: 100%;
  display: none;
}
aside .weixin:hover img {
  display: block;
}
aside .btn {
  background-color: #000000;
  border: none;
}
.content-banner .banner {
  height: 375px;
}
.content-banner .nav2 {
  background-color: #DEDEDE;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-family: "Oswald";
}
.content-banner .nav2 ul {
  display: inline-block;
  vertical-align: top;
}
.content-banner .nav2 li {
  box-sizing: border-box;
  border-top: 3px solid transparent;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-banner .nav2 li:hover,
.content-banner .nav2 li.hover,
.content-banner .nav2 li.active  {
  border-top-color: #E83928;
  border-bottom-color: #fff;
}
.content-banner .nav2 a {
  padding: 20px 60px;
}
.content-banner .nav3 {
  font-size: 14px;
  color: #494949;
  padding: 20px 15px;
  border-bottom: 1px solid #E2E2E2;
}
.content-banner .nav3 ul {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.content-banner .nav3 ul.active {
  opacity: 1;
  z-index: 0;
}
.content-banner .nav3 li {
  margin: 3px 1px;
}
.content-banner .nav3 a {
  background-color: #E1E1E1;
  padding: 10px 20px 10px 0;
}
.content-banner .nav3 a:hover,
.content-banner .nav3 li.hover a {
  color: #acacac;
  background-color: #000;
}
.content-banner .nav3 a:hover img,
.content-banner .nav3 li.hover a img {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
.content-banner .nav3 img {
  width: 10px;
  height: 12px;
  vertical-align: baseline;
  margin: 0 5px 0 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translatey(10px) rotate(45deg);
  -moz-transform: translatey(10px) rotate(45deg);
  -ms-transform: translatey(10px) rotate(45deg);
  -o-transform: translatey(10px) rotate(45deg);
  transform: translatey(10px) rotate(45deg);
}
#f1-swiper,
.banner {
  color: #fff;
}
#f1-swiper h2,
.banner h2,
#f1-swiper h3,
.banner h3 {
  line-height: 130%;
}
#f1-swiper h2,
.banner h2 {
  font-size: 47px;
  margin-bottom: 20px;
}
#f1-swiper h3,
.banner h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
.banner h3 {
  margin: 0;
}
.index-main .com-caption h4 {
  font-size: 22px;
}
.index-main #f1-swiper {
  color: #fff;
}
.index-main #f1-swiper .swiper-container {
  height: 530px;
}
.index-main #f1-swiper .swiper-pagination {
  position: static;
  background-color: #E8E8E8;
  padding: 15px 0;
  border-bottom: 1px solid #D4D4D4;
}
.index-main #f1-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background-color: #D4D4D4;
}
.index-main #f1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E83928;
}
.index-main .f2 .f2-content {
  height: 370px;
  margin: 0;
}
.index-main .f2 .text,
.index-main .f2 .pic {
  height: 100%;
  padding: 0;
}
.index-main .f2 .line {
  background-color: #F5A200;
  margin: 15px 0 20px 0;
  width: 105px;
}
.index-main .f2 .text {
  background-color: #E9E9E9;
  padding: 40px 25px 40px 35px;
}
.index-main .f2 p.p {
  line-height: 140%;
}
.index-main .f2 .text-num {
  font-family: "Oswald";
  margin-top: 10px;
}
.index-main .f2 .text-num p,
.index-main .f2 .text-num b {
  font-size: 86px;
  color: #f39b46;
}
.index-main .f2 .text-num p {
  text-align: right;
}
.index-main .f2 .text-num p#year-num {
  width: 86px;
}
.index-main .f2 .text-num p#products-num {
  width: 165px;
}
.index-main .f2 .text-num span {
  margin-left: 5px;
}
.index-main .f2 .pic {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.index-main .f2 .pic a {
  display: block;
  height: 100%;
}
.index-main .f2 #f2-progress {
  height: 2px;
  background-color: #E83928;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.index-main .f2 .btn.prev,
.index-main .f2 .btn.next {
  position: absolute;
  top: 45%;
  background-color: #E9E9E9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  border: none;
}
.index-main .f2 .btn.prev i,
.index-main .f2 .btn.next i {
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.index-main .f2 .btn.prev:hover,
.index-main .f2 .btn.next:hover {
  color: #E83928;
  background-color: #000;
}
.index-main .f2 .prev {
  left: 20px;
}
.index-main .f2 .next {
  right: 20px;
}
.index-main .f3 .row {
  margin: 0 -10px;
}
.index-main .f3 .row &gt; div {
  padding: 0 10px;
}
.index-main .f3 .row &gt; div &gt; a {
  padding: 60px 30px 24px 30px;
  height: 465px;
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: left;
}
.index-main .f3 .line {
  margin: 25px 0 15px 0;
}
.index-main .f3 .com-shade,
.index-main .f3 .bg-pic,
.index-main .f3 .bg {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index-main .f3 .com-shade {
  opacity: 0;
}
.index-main .f3 .pic {
  width: 175px;
  height: 175px;
  margin: 0 auto;
}
.index-main .f3 .pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index-main .f3 .pic img.active {
  opacity: 1;
}
.index-main .f3 .p {
  margin-top: 30px;
  color: #494949;
  line-height: 130%;
}
.index-main .f3 .p p:hover {
  color: #828282;
}
.index-main .f3 h4,
.index-main .f3 p,
.index-main .f3 .line {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.index-main .f3 .btn-box {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.index-main .f3 button {
  display: block;
  margin: 0 auto;
}
.index-main .f3 .com-hint-banner {
  margin-top: 20px;
}
.index-main .f3 a:hover h4,
.index-main .f3 a:hover p {
  color: #fff;
}
.index-main .f3 a:hover .line {
  background-color: #fff;
}
.index-main .f3 a:hover .bg-pic,
.index-main .f3 a:hover .com-shade {
  opacity: 1;
}
.index-main .f3 a:hover .bg-pic {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-main .f3 a:hover .bg {
  opacity: 0;
}
.index-main .f3 a:hover .p p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-main .f3 a:hover .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.list-main .list {
  font-size: 13px;
}
.list-main .list .row {
  margin: 0 -5px;
}
.list-main .list .row &gt; div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.list-main .list a {
  border: 1px solid #D7D7D8;
  padding: 15px;
  text-align: left;
}
.list-main .list a img {
  max-height: 70%;
}
.list-main .list a:hover .shade {
  opacity: 1;
}
.list-main .list a:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-main .list .line {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #F5A200;
}
.list-main .list .shade {
  background-color: rgba(232, 231, 228, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #E83928;
}
.list-main .list .shade i {
  display: inline-block;
  font-size: 22px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.detail-main h6 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.detail-main .line {
  height: 2px;
}
.detail-main .f1 .pic {
  border: 1px solid #E8E9E9;
}
.detail-main .f1 h6 {
  font-size: 26px;
  margin-bottom: 25px;
}
.detail-main .f1 .line {
  background-color: #F5A200;
  margin-bottom: 45px;
}
.detail-main .f1 p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 150%;
}
.detail-main .f1 .com-btn {
  margin-top: 10px;
}
.detail-main .f2 {
  margin: 0;
  margin-top: 30px;
  padding: 30px 20px 40px 20px;
}
.detail-main .f2 h6,
.detail-main .f2 .line {
  margin-bottom: 15px;
}
.detail-main .f2 .line {
  background-color: #E83928;
}
.detail-main .f2 .inputs {
  padding: 0 10px;
}
.detail-main .f2 .inputs p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 130%;
}
.detail-main .f2 .inputs .phone,
.detail-main .f2 .inputs .email {
  width: 49%;
}
.detail-main .f2 .inputs .phone {
  margin-right: 1%;
}
.detail-main .f2 .inputs .email {
  margin-left: 1%;
}
.detail-main .f2 .inputs textarea {
  padding-top: 5px;
  height: 160px;
}
.detail-main .f2 .inputs [type="submit"] {
  width: 100%;
}
.detail-main .f2 .inputs [name="vd"] {
  margin-left: 0;
}
.detail-main .f2 .inputs #vdimgck {
  height: 30px;
  margin-left: 5px;
  margin-top:4px
}
.detail-main table {
  width: 100%;
  margin-top: 35px;
  border-collapse: collapse;
  border: 1px solid #a7a7a7;
  display: table;
  font-size: 14px;
  color: #484848;
}
.detail-main table th,
.detail-main table td {
  padding: 5px;
}
.detail-main table th {
  border: 1px solid #a7a7a7;
  font-weight: normal;
}
.detail-main table td {
  border: 1px dotted #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}
.intro-main .f1,
.contact-main .f1,
.intro-main .contact__addr,
.contact-main .contact__addr {
  padding-top: 60px;
  border-top: 1px solid #e1e1e1;
}
.intro-main .f1 {
  margin-bottom: 20px;
}
.intro-main .f1 .text {
  color: #494949;
  padding-right: 50px;
}
.intro-main .f1 .text p {
  line-height: 210%;
}
.intro-main .f1 .text p:not(:last-child) {
  margin-bottom: 50px;
}
.intro-main .f2 {
  padding-top: 70px;
  height: 500px;
}
.intro-main .f2 .row,
.intro-main .f2 .row &gt; div,
.intro-main .f2 .pic-box {
  height: 100%;
}
.intro-main .f2 .text {
  color: #fff;
  font-size: 18px;
}
.intro-main .f2 .text p {
  margin-bottom: 50px;
  line-height: 170%;
}
.intro-main .f2 .text span {
  color: #F5A200;
  font-size: 28px;
}
.intro-main .f2 #intro-swiper img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.intro-main .f2 .prev,
.intro-main .f2 .next {
  position: absolute;
  z-index: 10;
  top: 40%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.intro-main .f2 .prev:hover,
.intro-main .f2 .next:hover {
  background-color: #E83928;
  border-color: #E83928;
}
.intro-main .f2 .prev {
  left: 50px;
}
.intro-main .f2 .next {
  right: 50px;
}
/*联系页面*/
.contact__addr h5 {
  color: #F5A200;
  font-size: 20px;
  margin-bottom: 35px;
}
.contact__addr p {
  margin-bottom: 20px;
  line-height: 120%;
}
.contact__map {
  height: 500px;
  width: 100%;
}
/*新闻详情页面*/
.news-content__text h5 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #F5A200;
}
.news-content__text span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  line-height:27px;
}
.news-content__text p {
  line-height: 160%;
}
@media screen and (max-width: 1199px) {
  header .logo img {
    width: 200px;
  }
  .content-banner .nav2 {
    font-size: 18px;
  }
  .content-banner .nav2 a {
    padding: 20px 40px;
  }
  .index-main .f2 .text-num p,
  .index-main .f2 .text-num b {
    font-size: 50px;
  }
  .index-main .f2 .text-num p#year-num {
    width: 54px;
  }
  .index-main .f2 .text-num p#products-num {
    width: 108px;
  }
}
@media screen and (min-width: 768px) {
  .bg-pic {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .detail .f2 &gt; div &gt; div {
    padding-right: 30px;
  }
  .nav-list {
    display: table !important;
    height: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .header .nav {
    font-size: 16px;
  }
  .header .nav .nav-list &gt; li &gt; a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    font-size: 12px;
  }
  .footer h3,
  .footer h4 {
    font-size: 14px;
  }
  .footer .link .row {
    margin: 0 -5px;
  }
  .footer .link .row &gt; div {
    padding: 0 5px;
  }
  .content-banner .nav2 {
    font-size: 17px;
  }
  .content-banner .nav2 a {
    padding: 15px 25px;
  }
  .index-main .f2 .text-num p,
  .index-main .f2 .text-num b {
    font-size: 26px;
  }
  .index-main .f2 .text-num p#year-num {
    width: 28px;
  }
  .index-main .f2 .text-num p#products-num {
    width: 57px;
  }
  .index-main .f2 .text-num &gt; :first-child {
    margin-right: 5px;
  }
  .index-main .f3 .row {
    margin: 0 -5px;
  }
  .index-main .f3 .row &gt; div {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .detail-main .f1 h6 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .detail-main .f1 .line {
    margin-bottom: 30px;
  }
  .detail-main .f1 p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 120%;
  }
  .detail-main .f2 table td,
  .detail-main .f2 table th {
    padding: 2px;
    font-size: 13px;
  }
  /*BEM*/
  .contact__addr h5 {
    margin-bottom: 15px;
  }
  .contact__addr p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 90px;
    font-size: 14px;
	line-height: 24px;
  }
  .header .hello {
    height: 25px;
    line-height: 25px;
  }
  .header .hello li {
    font-size: 12px;
	line-height:20px;
  }
  .header .logo-or-nav {
    height: 65px;
  }
  .header .nav {
    overflow: auto;
  }
  .header .nav li {
    width: 100% !important;
  }
  .header .nav .nav-list a {
    margin: 0;
  }
  .header .nav .son-list {
    padding-top: 0;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .nav .son-list a {
    padding: 10px 0 !important;
  }
  .nav .nav-list &gt; li {
    display: block !important;
  }
  .footer {
    margin-top: 15px;
  }
  .footer .addr {
    padding: 10px 0;
    text-align: center;
  }
  .footer .addr .code2,
  .footer .addr .us,
  .footer .addr .follow {
    margin: 10px 0;
    padding: 0 5px;
  }
  .footer .footer-bottom {
    text-align: center;
    padding: 10px 0;
  }
  .footer .footer-bottom p,
  .footer .footer-bottom ul {
    float: none;
  }
  .footer .footer-bottom p {
    line-height: 130%;
  }
  .footer .footer-bottom ul {
    display: inline-block;
    margin-top: 5px;
  }
  .content-banner .banner {
    height: 195px;
  }
  .content-banner #scroller {
    width: 685px;
  }
  .content-banner .nav2 {
    font-size: 14px;
  }
  .content-banner .nav2 ul {
    display: block;
  }
  .content-banner .nav2 a {
    padding-left: 0;
    padding-right: 0;
  }
  .content-banner .nav3 {
    padding: 5px 0;
  }
  .content-banner .nav3 li {
    margin: 1px;
  }
  .content-banner .nav3 a {
    padding: 5px 10px;
  }
  .content-banner .nav3 img {
    display: none;
  }
  #f1-swiper,
  .banner {
    text-align: center;
  }
  #f1-swiper h2,
  .banner h2,
  #f1-swiper h3,
  .banner h3 {
    padding: 0 20px;
  }
  #f1-swiper h2,
  .banner h2 {
    font-size: 28px;
  }
  #f1-swiper h3,
  .banner h3 {
    font-size: 18px;
  }
  .index-main #f1-swiper .swiper-container {
    height: 245px;
  }
  .index-main #f1-swiper .swiper-pagination {
    padding: 5px 0;
  }
  .index-main .f2 .text {
    height: auto;
  }
  .index-main .f2 .pic {
    height: 185px;
  }
  .index-main .f2 .text {
    padding: 30px 20px;
  }
  .index-main .f2 .line {
    margin: 15px 0;
  }
  .index-main .f2 .text-num {
    margin-top: 20px;
  }
  .index-main .f2 .text-num p,
  .index-main .f2 .text-num b {
    font-size: 26px;
  }
  .index-main .f2 .text-num p#year-num {
    width: 28px;
  }
  .index-main .f2 .text-num p#products-num {
    width: 57px;
  }
  .index-main .f2 .text-num &gt; :first-child {
    margin-right: 5px;
  }
  .index-main .f3 .row &gt; div &gt; a {
    padding: 20px;
    height: auto;
  }
  .index-main .f3 .line {
    margin: 15px 0;
  }
  .index-main .f3 .pic {
    width: 100px;
    height: 100px;
  }
  .index-main .f3 .p {
    margin-top: 10px;
  }
  .index-main .f3 .btn-box {
    margin-top: 10px;
    position: static;
  }
  .index-main .f3 .btn-box button {
    padding: 0;
    width: 100%;
  }
  .index-main .f3 .com-hint-banner {
    margin-top: 0px;
  }
  .index-main .f3 .f3-content h4,
  .index-main .f3 .f3-content p {
    color: #fff;
  }
  .index-main .f3 .line {
    background-color: #fff;
  }
  .index-main .f3 .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .detail-main .f1 h6 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .detail-main .line {
    margin: 0 0 15px 0 !important;
  }
  .detail-main .f1 .pic {
    margin-bottom: 10px;
  }
  .detail-main .f1 p {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .detail-main .f2 {
    margin-top: 15px;
    padding: 15px 0;
  }
  .detail-main .f2 table {
    margin: 0;
  }
  .detail-main .f2 .inputs {
    margin-top: 15px;
    padding: 0;
  }
  .intro-main .f1,
  .contact-main .f1,
  .intro-main .contact__addr,
  .contact-main .contact__addr {
    padding-top: 20px;
  }
  .intro-main .f1 .pic {
    margin-bottom: 10px;
  }
  .intro-main .f1 .text {
    padding: 0 10px;
  }
  .intro-main .f1 .text p {
    margin-bottom: 10px !important;
    line-height: 130%;
  }
  .intro-main .f2 {
    height: auto;
    padding-top: 30px;
  }
  .intro-main .f2 #intro-swiper {
    height: 300px;
  }
  .intro-main .f2 .text {
    margin-top: 20px;
    padding: 0 40px 20px 40px;
    font-size: 14px;
  }
  .intro-main .f2 .text p {
    margin-bottom: 20px;
    line-height: 130%;
  }
  .intro-main .f2 .text span {
    font-size: 20px;
  }
  .intro-main .f2 .prev {
    left: 20px;
  }
  .intro-main .f2 .next {
    right: 20px;
  }
  /*BEM*/
  .contact__addr h5 {
    font-size: 17px;
    margin-top: 15px;
  }
  .contact__map {
    height: 300px;
  }
  .news-content__text h5 {
    font-size: 20px;
  }
  .news-content__text span {
    font-size: 16px;
  }
}
</pre></body></html>